Interface symantec.itools.db.beans.binding.PersistentObjectMemberModel
All Packages Class Hierarchy This Package Previous Next Index
Interface symantec.itools.db.beans.binding.PersistentObjectMemberModel
- public interface PersistentObjectMemberModel
-
getDataType()
-
-
getName()
-
-
getType()
-
-
isWritable()
-
getDataType
public abstract int getDataType()
getName
public abstract java.lang.String getName()
getType
public abstract int getType()
isWritable
public abstract boolean isWritable()
All Packages Class Hierarchy This Package Previous Next Index